Return to Main

's Classifieds

 
's WonderList is not shared.

But you can view 's: WonderListPictures
You can also view 's: WonderList Pictures

There are no items in $viewid's Classifieds.
"; exit;} ?> '' order by category"; $result = mysql_db_query($db, $query); $rows = (mysql_num_rows($result)); if ($cat !== '') { ?> 0) { # if ($result) { while ($r = mysql_fetch_array($result)) { $id = $r["item_id"]; $descr = $r["description"]; $link = $r["link"]; $image = $r["image"]; $cond = $r["condition"]; $price = $r["price"]; $pr_rank = $r["pricerank"]; $tr = $r["trade"]; $don = $r["donate"]; # $cat = $r["category"]; $hide = $r["hidden"]; if ($link != "") { if ((strpos($link, "http") !== 0)) {$link = "http://$link";} } else {$link = "None";} if ($image == "") {$image = "images/none.bmp";} $image_size=getimagesize($image); if ($image_size[0] > $image_size[1]) { $width = 100; $height = 100/($image_size[0]/$image_size[1]); } else { $height = 100; $width = 100/($image_size[1]/$image_size[0]); } # echo ""; echo ""; echo ""; } echo ""; # } else { # echo "No items in your Classifieds.
"; } } } mysql_free_result($catresult); ?>
NOTE: Click the 'Contact Seller' button to have a message sent to the seller with your offer or inquiry.
 

Uncategorized

"; if ($link !== "None") { echo "

$descr"; } else { echo "$descr"; } echo "

Condition/History: $cond
Price: $price
$pr_rank"; echo"

Trade: "; if ($tr == "1") {echo "Yes";} else {echo "No";} echo "
Donate: "; if ($don == "1") {echo "Yes";} else {echo "No";} echo "
"; echo "

Return to Main